home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / features / checkuri.hsc < prev    next >
Encoding:
Text File  |  1997-06-04  |  778 b   |  20 lines

  1. <WEBPAGE chapter="hsc - Features - " title="Link Validatation"
  2.     PREV="spctags.html"
  3.     NEXT="uris.html">
  4.  
  5. <P>One of the most annoying thing within creating  html pages is to
  6. find out if all your links work. Concepts superior to html and http
  7. usually maintain a database, which automatically is updated if a 
  8. document is moved or deleted.</P>
  9.  
  10. <P>For local URIs (those which only refer to files), <hsc> checks 
  11. existence of documents in your html project.
  12. When you refer to a non-existing local URI within your source, <hsc>
  13. will display a warning message. This does not only include documents
  14. which are refered to using the <TG>A</TG> tag, but also other data
  15. like images being embedded with <TG>IMG</TG>.</P>
  16.  
  17. <P>For absolute URIs, no checks are performed.</P>
  18.  
  19. </WEBPAGE>
  20.